projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1045d
)
(Fcolor_supported_p): Just one arg is required.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 13 Sep 2002 19:35:08 +0000
(19:35 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 13 Sep 2002 19:35:08 +0000
(19:35 +0000)
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 83e0efcc6567d0e1af42b9170f634bdfaf8bcc90..e8a878d8123e6d9970a3ecfb7f33368018b86b64 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-1574,7
+1574,7
@@
If FRAME is nil or omitted, use the selected frame. */)
DEFUN ("color-supported-p", Fcolor_supported_p,
- Scolor_supported_p,
2
, 3, 0,
+ Scolor_supported_p,
1
, 3, 0,
doc: /* Return non-nil if COLOR can be displayed on FRAME.
BACKGROUND-P non-nil means COLOR is used as a background.
If FRAME is nil or omitted, use the selected frame.